﻿#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    display: none;
    z-index: 1000;
}

    #cookieConsent button {
        background: #28a745;
        color: white;
        border: none;
        padding: 5px 15px;
        cursor: pointer;
        margin-left: 10px;
        border-radius: 5px;
    }
